New npm package name

James Peret 6 years ago
parent
commit
6cc603d3aa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      index.js
  2. 1 1
      package.json

+ 1 - 1
index.js

@@ -153,5 +153,5 @@ app.get('/:file', function (req, res) {
153 153
 })
154 154
 
155 155
 app.listen(3000, function () {
156
-  console.log('Example app listening on port 3000!')
156
+  console.log('Codex Server – listening on port 3000')
157 157
 })

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
1 1
 {
2
-  "name": "codex-server",
2
+  "name": "@jamesperet/codex-server",
3 3
   "version": "0.0.2",
4 4
   "description": "A node file server with super powers.",
5 5
   "main": "index.js",